home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / dos / packer / lzw14 / ex_arc._m_ < prev    next >
Encoding:
Text File  |  1994-05-30  |  325 b   |  17 lines

  1. #
  2. # Microsoft makefile for EX_ARC.C (COMPACT model )
  3. #
  4. .c.obj:
  5.      cl /AC /c $*.c
  6.  
  7. ex_arc.obj: ex_arc.c
  8.  
  9. sayerror.obj: sayerror.c
  10.  
  11. dir_io.obj: dir_io.c
  12.  
  13. rw_io.obj: rw_io.c
  14.  
  15. ex_arc.exe: ex_arc.obj sayerror.obj rw_io.obj dir_io.obj lzw4c_c.lib
  16.      link/map ex_arc sayerror rw_io dir_io,ex_arc,,lzw4c_c.lib;
  17.